6c5ed4c93f446954e048491b9783e0b9afabb4ff,src/gwt/src/org/rstudio/studio/client/workbench/views/viewer/ViewerPane.java,ViewerPane,createMainToolbar,#,35
Before Change
toolbar.addLeftWidget(commands_.viewerForward().createToolbarButton());
toolbar.addLeftSeparator();
toolbar.addLeftWidget(commands_.viewerPrint().createToolbarButton());
toolbar.addLeftWidget(commands_.viewerPopout().createToolbarButton());
toolbar.addLeftSeparator();
toolbar.addLeftWidget(commands_.viewerClearHistory().createToolbarButton());
toolbar.addRightWidget(commands_.viewerRefresh().createToolbarButton());
return toolbar;
After Change
protected Toolbar createMainToolbar()
{
Toolbar toolbar = new Toolbar();
toolbar.addLeftWidget(commands_.viewerPopout().createToolbarButton());
toolbar.addLeftSeparator();
toolbar.addLeftWidget(commands_.viewerPrint().createToolbarButton());
toolbar.addRightWidget(commands_.viewerStop().createToolbarButton());
toolbar.addRightSeparator();